FTESTUTL

This program will perform an F test for assessing the utility of a general linear model. The user may enter in data or statistics. If the user enters data, then the user needs to enter the following:
1) The number of indepedent variables, K
2) The data for each independent variable, stored in L1 and then copied into matrix A
3) The data for the dependent variable, stored in L2

If the user enters statistics, then the user needs to enter the following:
1) The number of indepedent variables, K
2) The sample size, N
3) The coefficient of determination (R^2), R

The program outputs the following using the Text command:
1) The test statistic
2) The p-value 
3) The degrees of freedom for the numerator of the F statistic
4) The degrees of freedom for the denominator of the F statistic
5) The coefficient of determination
6) The sample size
7) The number of independent variables
